home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / comm.1 < prev    next >
Text File  |  1992-09-22  |  898b  |  67 lines

  1.  
  2.  
  3.  
  4. COMM(1L)          MISC. REFERENCE MANUAL PAGES           COMM(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      comm - compare two sorted files line by line
  10.  
  11. SYNOPSIS
  12.      comm [-123] file1 file2
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version  of  comm.   comm
  16.      prints  lines that are common, and lines that are unique, to
  17.      two input files.  The two files must be sorted  before  comm
  18.      can be used.  The file name `-' means the standard input.
  19.  
  20.      With no options, comm produces three column output.   Column
  21.      one  contains  lines  unique  to  _f_i_l_e_1, column two contains
  22.      lines unique to _f_i_l_e_2, and column three contains lines  com-
  23.      mon to both files.
  24.  
  25.   OPTIONS
  26.      The  options  -_1,  -_2,  and  -_3  suppress  printing  of  the
  27.      corresponding columns.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.